home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
People & Parliament - A …er's Guide to Westminster
/
People and Parliament - A Stranger's Guide to Westminster (1998)(House of Commons).iso
/
parl
/
8bit80.dir
/
00044_Script_gp menu loop
< prev
next >
Wrap
Text File
|
1998-03-23
|
443b
|
18 lines
on enterFrame
global pointCursor
repeat with n = 17 down to 3
if the mouseCast = the number of member (the member of sprite 18) then exit
if rollover(n) then
puppetSprite n, TRUE
set the cursor of sprite n to pointCursor
set the cursor of sprite 18 to 0
set the ink of sprite n to 1
else
set the ink of sprite n to 5
end if
end repeat
end
on exitFrame
go to the frame
end